home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / mom_mania.swf / scripts / mx / core / IFlexModuleFactory.as < prev    next >
Text File  |  2011-08-19  |  176b  |  12 lines

  1. package mx.core
  2. {
  3.    public interface IFlexModuleFactory
  4.    {
  5.        
  6.       
  7.       function create(... rest) : Object;
  8.       
  9.       function info() : Object;
  10.    }
  11. }
  12.